Programming

In privious section i programme my hello world board with aurdino as fabisp but now in this i use my brain board as programmer aand programme the board.


Its time to give the oxygen to board means its time of programming

First i take the other fab isp board for burning the program to my board .this board is programmer its suyog sir board i used it as programmer.then i connect that programmer to my fabisp board

for programme this board i connect my fabisp to suyog sir fabisp
MOSI-MOSI
SCK-SCK
MISO-MISO
VCC-VCC
SCK-SCK
RST-RST

I follow the below all command

i first download the firmware the firmware contain the make file and we have to target that file.


zip file is download then i extract that folder and i get its make file in that folder.


After that i open the terminal and type the cd /Desktop and press enter the command works as it comes now on desktop now i again type ls it means open the all list on Desktop.then i refer the below chart of command and with the help of this i programme to my board


i go to the make file of firmware and change the name of programmer i.usbtiny.then i change the pin no. according with what i am connected in my board i connect led at PB7 and i connect button at PB3 According with above chart i write the command in terminal first write ,


According with above chart i write the command in terminal first write ,

//sudo make -f hello.ftdi.44 echo


//sudo make -f hello.ftdi.44 echo.make programme-usbtiny fuses



with above command my hello board start to blink .in this i usedthe fabisp as programmer and its good to see me that rather than commurtial board i used my fabisp as programmer.

Conclusion

In this session i made programming actualy i dont like programming but while complete this it becomes intresting for me actualy in ubntu the programming is easy rather than in windows.